home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / punching.swf / scripts / DefineButton2_51 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-11-12  |  103b  |  8 lines

  1. on(press){
  2.    power = "0";
  3.    tellTarget(loader add "/power")
  4.    {
  5.       gotoAndPlay(2);
  6.    }
  7. }
  8.